object Form_Serial: TForm_Serial Left = 390 Top = 352 BorderStyle = bsDialog Caption = 'Changed at runtime' ClientHeight = 221 ClientWidth = 417 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object l_Welcome: TLabel Left = 12 Top = 8 Width = 372 Height = 16 Caption = 'Please, enter your name, organization and serial number' end object e_Name: TLabeledEdit Left = 16 Top = 50 Width = 389 Height = 24 EditLabel.Width = 47 EditLabel.Height = 16 EditLabel.Caption = 'Name: ' TabOrder = 0 end object e_Organization: TLabeledEdit Left = 16 Top = 103 Width = 389 Height = 24 EditLabel.Width = 93 EditLabel.Height = 16 EditLabel.Caption = 'Organization: ' TabOrder = 1 end object e_Serial: TLabeledEdit Left = 16 Top = 154 Width = 389 Height = 24 EditLabel.Width = 95 EditLabel.Height = 16 EditLabel.Caption = 'Serial number:' TabOrder = 2 end object b_OK: TButton Left = 96 Top = 188 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 3 OnClick = b_OKClick end object b_Cancel: TButton Left = 233 Top = 188 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 4 OnClick = b_CancelClick end object MD5: TLbMD5 Left = 160 Top = 12 end object Timer: TTimer Enabled = False OnTimer = TimerTimer Left = 256 Top = 28 end end